From ed2e517bac03d0eb958d02fb7cdecd14799ec5e8 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 7 May 2008 14:16:48 +0100 Subject: [PATCH] XM/XenAPI: Enable Console other_config parameters to be passed through Xen API. Signed-off-by: Yosuke Iwamatsu --- tools/python/xen/xm/xenapi_create.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/xen/xm/xenapi_create.py b/tools/python/xen/xm/xenapi_create.py index 68f2b8dd35..11ccaed665 100644 --- a/tools/python/xen/xm/xenapi_create.py +++ b/tools/python/xen/xm/xenapi_create.py @@ -485,9 +485,9 @@ class xenapi_create: vm_ref, "protocol": console.attributes["protocol"].value, - "other_params": + "other_config": get_child_nodes_as_dict(console, - "other_param", "key", "value") + "other_config", "key", "value") } return server.xenapi.console.create(console_record) -- 2.30.2